projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d5a62a
)
actionbar: Fix class and instance struct parent member
author
Timm Bäder
<mail@baedert.org>
Sun, 8 Jan 2017 14:10:52 +0000
(15:10 +0100)
committer
Timm Bäder
<mail@baedert.org>
Sun, 8 Jan 2017 14:12:45 +0000
(15:12 +0100)
gtk/gtkactionbar.h
patch
|
blob
|
history
diff --git
a/gtk/gtkactionbar.h
b/gtk/gtkactionbar.h
index 49c3dea516adeab2c395c7470ff42317f416a6b4..dca84da2642c064b3f629606410d033a11b7a5e9 100644
(file)
--- a/
gtk/gtkactionbar.h
+++ b/
gtk/gtkactionbar.h
@@
-24,7
+24,7
@@
#error "Only <gtk/gtk.h> can be included directly."
#endif
-#include <gtk/gtk
bin
.h>
+#include <gtk/gtk
container
.h>
G_BEGIN_DECLS
@@
-42,13
+42,13
@@
typedef struct _GtkActionBarClass GtkActionBarClass;
struct _GtkActionBar
{
/*< private >*/
- Gtk
Bin bin
;
+ Gtk
Container container
;
};
struct _GtkActionBarClass
{
/*< private >*/
- Gtk
Bin
Class parent_class;
+ Gtk
Container
Class parent_class;
/* Padding for future expansion */
void (*_gtk_reserved1) (void);